-
Notifications
You must be signed in to change notification settings - Fork 78
Profiler CLI #1623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Profiler CLI #1623
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…into feature/synapse_data_collector
…into feature/synapse_data_collector
gueniai
approved these changes
Oct 28, 2025
Collaborator
gueniai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
goodwillpunning
approved these changes
Nov 6, 2025
Contributor
goodwillpunning
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
7 tasks
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 7, 2025
### What does this PR do? This PR adds a `create-profiler-dashboard` CLI command. Once executed, the command will deploy a profiler summary as a Databricks dashboard to the user's workspace. ### Relevant implementation details The `create-profiler-dashboard` CLI command performs 3 actions: 1. Uploads the profiler extract to a UC volume 2. Deploys a workflow for ingesting the extract file and converting to Delta tables 3. Deploys a summary dashboard based on the source technology that was profiled ### Caveats/things to watch out for when reviewing: The job can be uninstalled when a Lakebridge `uninstall` command is executed. ### Linked issues Compliments #1623 ### Functionality - [ ] added relevant user documentation - [X] added new CLI command - [ ] modified existing command: `databricks labs lakebridge ...` - [ ] ... +add your own ### Tests - [X] manually tested - [ ] added unit tests - [ ] added integration tests --------- Co-authored-by: Guenia Izquierdo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
What does this PR do?
This introduces the intial version of CLI
Relevant implementation details
Caveats/things to watch out for when reviewing:
Linked issues
Functionality
databricks labs remorph ...Tests